func reflect.directlyAssignable
3 uses
reflect (current package)
type.go#L1400: return directlyAssignable(uu, t.common()) || implements(uu, t.common())
type.go#L1516: func directlyAssignable(T, V *abi.Type) bool {
value.go#L3045: case directlyAssignable(dst, v.typ()):
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)